Only 'ostree admin' was appearing in the help message for commands
nested within ostree admin.
https://bugzilla.gnome.org/show_bug.cgi?id=737194
goto out;
}
+ g_set_prgname (g_strdup_printf ("ostree admin instutil %s", subcommand_name));
+
if (!subcommand->fn (argc, argv, sysroot, cancellable, error))
goto out;
goto out;
}
+ g_set_prgname (g_strdup_printf ("ostree admin %s", subcommand_name));
+
sysroot_path = g_file_new_for_path (opt_sysroot);
sysroot = ostree_sysroot_new (sysroot_path);
if (!subcommand->fn (argc, argv, sysroot, cancellable, error))